home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / xcmd / xrulesde.sit / Xrules™ Demo / card_9457.txt < prev    next >
Encoding:
Text File  |  1991-06-24  |  1.6 KB  |  67 lines

  1. -- card: 9457 from stack: in
  2. -- bmap block id: 9637
  3. -- flags: 4000
  4. -- background id: 7992
  5. -- name: 2-Copy the Development Stack
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=2 top=24 right=311 bottom=510
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 22
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=256 top=314 right=337 bottom=281
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1013 / 1013
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Next
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to next card
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 5 (button)
  42. -- low flags: 00
  43. -- high flags: 8002
  44. -- rect: left=58 top=313 right=327 bottom=79
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: 1
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   push this card
  56.   go to card "Fig. 1"
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part contents for card part 1
  62. ----- text -----
  63. NOTE: Since you are working in the "Xrules Demo" stack, you should read references to the "development stack" or the "'Xrules' stack" as "this stack."
  64.  
  65. Before beginning development of an application you must copy the development stack from the distribution disk.  This is the stack labeled "Xrules".  The layout of the stack is illustrated in Figure 1.  If you are using HyperCard 2.0, convert the copy to a HyperCard 2.0 stack.  Rename the stack "Sample App".
  66.  
  67.